home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 352 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: zippo.uwasa.fi!news
  2. From: tholm@walli.uwasa.fi (Thomas Holm)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Amosiac or Ibrowse
  5. Date: 18 Jan 1996 13:13:27 GMT
  6. Organization: University of Vaasa, Finland
  7. Message-ID: <1812.6591T886T802@walli.uwasa.fi>
  8. References: <4dhm9f$4s4@news.infi.net>
  9. NNTP-Posting-Host: walli.uwasa.fi
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. >I don't want to get anyone pissed but could someone please tell me in simple
  14. >to follow steps how to get AmiTCP 4.0 demo setup and how to get either
  15. >Amosaic or Ibrowse to connectto my PPP server over a modem?  I have all of
  16. >the above programs and am using an A2000 with a 68040 at 28 mhz with a 28.8
  17. >modem.
  18.  
  19. -READ the ppp.guide/Installation/Additional installation for AmiTCP/IP 4.0
  20. demo.
  21.  
  22. -Install AmiTCP using the Installer-script once you have gathered all the
  23.  information required (ip-addresses, domain-names etc.)
  24.  
  25. -READ the ppp.guide/Installation and act accordingly, i.e. edit the
  26. "amitcp:bin/startnet"- script and other scripts as stated
  27.  
  28. -Create a file: ENV:sana2/ppp0.config
  29.  Like this:  devs:serial.device 0 38400 0.0.0.0 CD 7WIRE DIALSCRIPT=s:pppdial
  30.                                     ^           --
  31.                   this is not the connect speed,
  32.                   it is internal speed betw.computers
  33.  
  34. -Create dialscript (see other newspostings for additional info)
  35.  
  36. Like this:
  37. ECHO OFF
  38. TIMEOUT 1500
  39. REDIAL Busy
  40. SEND "AT&D0DTphonenumberhere"
  41. WAIT "CONNECT"
  42. WAIT "ogin:"
  43. SEND "loginnamehere"
  44. WAIT "assword:"
  45. SEND "paswordhere"
  46.  
  47. ----optional if your account automatically starts the ppp-communication----
  48. WAIT "walli"
  49. SEND "slip -b 38400 -m 1500 -P"
  50.  
  51.  
  52. use a comms-prg to find out the way to lay out your dialscript
  53.  
  54. Make sure IBrowse has got an assign pointing to it
  55.  
  56.  
  57. Try out the connection, you may test it by opening a shell and typing:
  58. PING domainaddresshere (like uwasa.fi)
  59.  
  60. If it doesn't work try with different baudrates in the ppp0.config
  61.  
  62. >Also could someone tell me what other programms Iwill need to get to be
  63. >able to get the best use out of the internet?
  64.  
  65. For example AmIRC, Thor,FTPmount0.8
  66.  
  67. >THanks
  68. >Joe
  69. >--
  70. >Amiga dedicated for life with out Commodore but now with Escom.
  71.  
  72. >.
  73.  
  74.